home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 November: Tool Chest / Dev.CD Nov 96 TC / Dev.CD Nov 96 TC.toast / Sample Code / Text / SimpleText Sample / SimpleText.make < prev    next >
Encoding:
Text File  |  1996-09-16  |  86.1 KB  |  1,456 lines  |  [TEXT/MPS ]

  1.  
  2. #### Interfacer Dependencies
  3. #
  4. .h        ƒ     .i    "{NRSources}MasterInterfaces:InterfacerTools:Interfacer"
  5.     {NRInterfacer} -c {DepDir}{Default}.i -o {Targ} {InterfacerOptions} {NRInterfacerIncludes} {InterfacerUserOptions} {InterfacerUserOptions1} {InterfacerUserOptions2}
  6.  
  7. .a        ƒ    .i    "{NRSources}MasterInterfaces:InterfacerTools:Interfacer"
  8.     {NRInterfacer} -asm {DepDir}{Default}.i -o {Targ} {InterfacerOptions} {NRInterfacerIncludes} {InterfacerUserOptions} {InterfacerUserOptions1} {InterfacerUserOptions2}
  9.  
  10. .p        ƒ    .i    "{NRSources}MasterInterfaces:InterfacerTools:Interfacer"
  11.     {NRInterfacer} -pascal {DepDir}{Default}.i -o {Targ} {InterfacerOptions} {NRInterfacerIncludes} {InterfacerUserOptions} {InterfacerUserOptions1} {InterfacerUserOptions2}
  12.  
  13. .i.c    ƒ    .i    "{NRSources}MasterInterfaces:InterfacerTools:Interfacer"
  14.     {NRInterfacer} -trapGlueC {DepDir}{Default}.i -o {Targ} {InterfacerOptions} {NRInterfacerIncludes} {InterfacerUserOptions} {InterfacerUserOptions1} {InterfacerUserOptions2}
  15.  
  16. .e.h    ƒ    .i    "{NRSources}MasterInterfaces:InterfacerTools:Interfacer"
  17.     {NRInterfacer} -prototypes {DepDir}{Default}.i -o {Targ} {InterfacerOptions} {NRInterfacerIncludes} {InterfacerUserOptions} {InterfacerUserOptions1} {InterfacerUserOptions2}
  18.  
  19. .idl    ƒ     .i    "{NRSources}MasterInterfaces:InterfacerTools:Interfacer"
  20.     {NRInterfacer} -idl {DepDir}{Default}.i -o {Targ} {InterfacerOptions} {NRInterfacerIncludes} {InterfacerUserOptions} {InterfacerUserOptions1} {InterfacerUserOptions2}
  21.  
  22.  
  23. #### SOM Dependencies
  24. #
  25. .h        ƒ    .idl    {NRForceObjectRebuild}
  26.     "{NRSOMC}" {DepDir}{Default}.idl {UserSOMCOptions} {NRSOMCOptions} -p -e xh,h -o {TargDir} {SOMCIncludeDirs} {COptions}
  27.  
  28. .ih        ƒ    .idl    {NRForceObjectRebuild}
  29.     "{NRSOMC}" {DepDir}{Default}.idl {UserSOMCOptions} {NRSOMCOptions} -p -e xih,ih,xh,h -o {TargDir} {SOMCIncludeDirs} {COptions}
  30.  
  31. .xh        ƒ    .idl    {NRForceObjectRebuild}
  32.     "{NRSOMC}" {DepDir}{Default}.idl {UserSOMCOptions} {NRSOMCOptions} -p -e xh,h -o {TargDir} {SOMCIncludeDirs} {COptions}
  33.  
  34. .xih    ƒ    .idl    {NRForceObjectRebuild}
  35.     "{NRSOMC}" {DepDir}{Default}.idl {UserSOMCOptions} {NRSOMCOptions} -p -e xih,ih,xh,h -o {TargDir} {SOMCIncludeDirs} {COptions}
  36.  
  37. .exp    ƒ    .idl    {NRForceObjectRebuild}
  38.     {NRCreateExportList}  -o {Targ} {CreateExportListUserOptions} {DepDir}{Default}.idl
  39.  
  40.  
  41. #### PreCompiled Headers Dependencies
  42. #
  43. .pchc    ƒ    .pch    {NRForceObjectRebuild}
  44.     {NRPPCC}   {DepDir}{Default}.pch  {NRpchDumpOptions} {Targ} {PPCCOptions} {PPCUserCOptions} {PPCUserCOptions1} {PPCUserCOptions2} {PPCCIncludeDirs} {COptions}  -o {TargDir}
  45.  
  46. .pchcp    ƒ    .pch    {NRForceObjectRebuild}
  47.     {NRPPCCPlus} {DepDir}{Default}.pch  {NRpchDumpOptions} {Targ} {PPCCPlusOptions} {PPCUserCPlusOptions} {PPCUserCPlusOptions1} {PPCUserCPlusOptions2} {PPCCIncludeDirs} {COptions}  -o {TargDir}
  48.  
  49.  
  50. #### C & CPlus Compiler Dependencies
  51. #
  52. .o        ƒ    .c        {NRForceObjectRebuild}
  53.     {NRPPCC} {DepDir}{Default}.c  {NRpchLoadCOptions} {PPCCOptions} {PPCUserCOptions} {PPCUserCOptions1} {PPCUserCOptions2} {PPCCIncludeDirs} {COptions}  -o {Targ} 
  54.  
  55. .o        ƒ    .cp        {NRForceObjectRebuild}
  56.     {NRPPCCPlus} {DepDir}{Default}.cp  {NRpchLoadCPlusOptions} {PPCCPlusOptions} {PPCUserCPlusOptions} {PPCUserCPlusOptions1} {PPCUserCPlusOptions2} {PPCCIncludeDirs} {COptions}  -o {Targ} 
  57.  
  58. .c.o    ƒ    .c        {NRForceObjectRebuild}
  59.     {68kC} {DepDir}{Default}.c  {NRpchLoadCOptions} {68kCOptions} {68kUserCOptions} {68kUserCOptions1} {68kUserCOptions2} {68kCIncludeDirs} {COptions}  -o {Targ} 
  60.  
  61. .cp.o    ƒ    .cp        {NRForceObjectRebuild}
  62.     {68kCPlus} {DepDir}{Default}.cp  {NRpchLoadCPlusOptions} {68kCPlusOptions} {68kUserCPlusOptions} {68kUserCPlusOptions1} {68kUserCPlusOptions2} {68kCIncludeDirs} {COptions}  -o {Targ} 
  63.  
  64.  
  65. #### assembly Dependencies
  66. #
  67. .a.o    ƒ    .a        {NRForceObjectRebuild}
  68.     {68kAsm} {DepDir}{Default}.a  {68kAsmOptions} {68kUserAsmOptions} {68kUserAsmOptions1} {68kUserAsmOptions2} {68kAsmIncludeDirs} {AOptions} -o {Targ}
  69.  
  70. .s.o    ƒ    .s        {NRForceObjectRebuild}
  71.     {PPCAsm} {DepDir}{Default}.s  {PPCAsmOptions} {PPCUserAsmOptions} {PPCUserAsmOptions1} {PPCUserAsmOptions2} {PPCAsmIncludeDirs} {AOptions} -o {Targ}
  72.  
  73. .as.o    ƒ    .as        {NRForceObjectRebuild}
  74.     {601asm} {DepDir}{Default}.as {601asmOptions} {601UserAsmOptions} {601UserAsmOptions1} {601UserAsmOptions2} {601AsmIncludeDirs} {AOptions} -o {Targ}
  75.  
  76.  
  77. #### Pascal Dependencies
  78. #
  79. .p.o    ƒ    .p        {NRForceObjectRebuild}
  80.     {68kPascal} {DepDir}{Default}.p  {68kPOptions} {68kUserPOptions} {PIncludeDirs} {POptions}  -o {Targ} 
  81.  
  82.  
  83. #### m4 Dependencies        (NOTE:    The m4 source file HAS to be the last parameter in the m4 command line
  84. #                                     & the previous m4 dependencies are no longer supported here.)    
  85. .s        ƒ    .s.m4
  86.     Set WorkingDirectory "`Directory`"; If {DepDir} != ""; Directory {DepDir}; End
  87.     {PPCM4} {PPCM4Options} {M4Defines} {Default}.s.m4  ">" {Targ}
  88.     Directory {WorkingDirectory}
  89.  
  90. .as        ƒ    .as.m4
  91.     Set WorkingDirectory "`Directory`"; If {DepDir} != ""; Directory {DepDir}; End
  92.     {PPCM4} {PPCM4Options} {M4Defines} {Default}.as.m4  ">" {Targ}
  93.     Directory {WorkingDirectory}
  94.  
  95.  
  96. #### Rez Dependencies
  97. #
  98. .rsrc        ƒ    .r    {NRForceRezRebuild}
  99.     {REZ} {DepDir}{Default}.r {UserRezOptions} {ROptions} {RIncludeDirs} -o {Targ}
  100.  
  101.  
  102. #### Extra rules to help us cheat the .exp generation for now.  This rule should be short-lived <jrc>
  103. #
  104. .uuexp        ƒ    .exp    
  105.     AddUnderUnderToExportList {DepDir}{Default}.exp {Targ}
  106.  
  107. .renameexp    ƒ    .exp
  108.     BuildUnderUnderRenameList {DepDir}{Default}.exp {Targ}
  109.  
  110.  
  111. #### And the rest from Makemake......
  112. #
  113.  
  114.  
  115. "{PublicCInterfaces}" ƒ "{MasterPublicInterfaces}" 
  116.  
  117. "{NRObjectDir}"    ƒ 'Fred:NRSources:BuildResults:DebugInternal:Objects:' ':' 
  118.  
  119. TARGETS = "{TargSys7ApplicationsDir}SimpleText.68k" SimpleText68k ∂
  120.     "{NRObjectDir}SimpleText.xcoff" "{TargSys7ApplicationsDir}SimpleText.PPC" ∂
  121.     SimpleTextPPC "{TargSys7ApplicationsDir}SimpleText" SimpleTextFAT ∂
  122.     "{TargApplicationsDir}SimpleText" SimpleTextNuKernel
  123.  
  124. # For "{TargSys7ApplicationsDir}SimpleText.68k"
  125. OBJS_00 = "{NRObjectDir}AboutBox.c.o" "{NRObjectDir}Clipboard.c.o" ∂
  126.     "{NRObjectDir}GXFile.c.o" "{NRObjectDir}MovieFile.c.o" ∂
  127.     "{NRObjectDir}PICTFile.c.o" "{NRObjectDir}SimpleText.c.o" ∂
  128.     "{NRObjectDir}TextDrag.c.o" "{NRObjectDir}TextFile.c.o" ∂
  129.     "{NRObjectDir}ThreeDMetafile.c.o" "{NRObjectDir}TextFile.a.o"
  130.  
  131. # For "{NRObjectDir}SimpleText.xcoff"
  132. OBJS_02 = "{NRObjectDir}AboutBox.o" "{NRObjectDir}Clipboard.o" ∂
  133.     "{NRObjectDir}GXFile.o" "{NRObjectDir}MovieFile.o" "{NRObjectDir}PICTFile.o" ∂
  134.     "{NRObjectDir}SimpleText.o" "{NRObjectDir}TextDrag.o" ∂
  135.     "{NRObjectDir}TextFile.o" "{NRObjectDir}ThreeDMetafile.o"
  136.  
  137. # For "{TargSys7ApplicationsDir}SimpleText.68k"
  138. LIBS_00 = AGFileLib.o ∂
  139.     Fred:NRSources:SCMReleasedLibraries:MPW:Classic68K:Interface.o ∂
  140.     Fred:NRSources:SCMReleasedLibraries:MPW:Classic68K:MacRuntime.o ∂
  141.     Fred:NRSources:SCMReleasedLibraries:MPW:Classic68K:StdCLib.o
  142.  
  143. # For "{NRObjectDir}SimpleText.xcoff"
  144. LIBS_02 = AGFileLib.xcoff AppleGuideGlue.xcoff ∂
  145.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:InterfaceLib ∂
  146.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:StdCLib ∂
  147.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:QuickTimeLib ∂
  148.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:ThreadsLib ∂
  149.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:SpeechLib ∂
  150.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:DragLib ∂
  151.     Fred:NRSources:SCMReleasedLibraries:MPW:PPC:PPCCRuntime.o ∂
  152.     Fred:NRSources:SCMReleasedLibraries:MPW:PPC:StdCRuntime.o ∂
  153.     Fred:NRSources:SCMReleasedLibraries:MPW:PPC:QuickDrawGXLib.xcoff
  154.  
  155. # For "{TargSys7ApplicationsDir}SimpleText.PPC"
  156. LIBS_03 = "{NRObjectDir}SimpleText.xcoff"
  157.  
  158. # For "{TargSys7ApplicationsDir}SimpleText.68k"
  159. RES_00 = SimpleText.r
  160.  
  161. # For "{NRObjectDir}SimpleText.xcoff"
  162. RES_02 = SimpleText.r
  163.  
  164. # For "{TargSys7ApplicationsDir}SimpleText.PPC"
  165. RES_04 = SimpleText.r
  166.  
  167. # For SimpleText68k
  168. EXDEPS_01 = "{TargSys7ApplicationsDir}SimpleText.68k"
  169.  
  170. # For "{NRObjectDir}SimpleText.xcoff"
  171. EXDEPS_02 = Fred:NRSources:SCMReleasedLibraries:MPW:Shared:InterfaceLib ∂
  172.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:StdCLib ∂
  173.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:QuickTimeLib ∂
  174.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:ThreadsLib ∂
  175.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:SpeechLib ∂
  176.     Fred:NRSources:SCMReleasedLibraries:MPW:Shared:DragLib
  177.  
  178. # For SimpleTextPPC
  179. EXDEPS_05 = "{TargSys7ApplicationsDir}SimpleText.PPC"
  180.  
  181. # For "{TargSys7ApplicationsDir}SimpleText"
  182. EXDEPS_06 = "{TargSys7ApplicationsDir}SimpleText.68k" ∂
  183.     "{TargSys7ApplicationsDir}SimpleText.PPC"
  184.  
  185. # For SimpleTextFAT
  186. EXDEPS_07 = "{TargSys7ApplicationsDir}SimpleText"
  187.  
  188. # For "{TargApplicationsDir}SimpleText"
  189. EXDEPS_08 = "{TargSys7ApplicationsDir}SimpleText.68k" ∂
  190.     "{TargSys7ApplicationsDir}SimpleText.PPC"
  191.  
  192. # For SimpleTextNuKernel
  193. EXDEPS_09 = "{TargApplicationsDir}SimpleText"
  194.  
  195. CTAGS        = 
  196. POST         = 
  197. SETFILEOPTS  = 
  198. MAKEFILE     = Fred:NRSources:BuildResults:MakeFiles:SimpleText:SimpleText.make
  199. COUNT        = Count
  200. COUNTOPTS    = 
  201. DELETE       = Delete
  202. DELETEOPTS   = -i
  203. FILES        = Files
  204. FILESOPTS    = -l
  205. LIB          = Lib
  206. LIBOPTS      = 
  207. LINK         = Link
  208. LINKOPTS     = 
  209. PRINT        = Print
  210. PRINTOPTS    = 
  211. REZ          = Rez
  212. SETFILE      = SetFile
  213.  
  214.  
  215. PPCCIncludeDirs = -I "{PublicCInterfaces}" -I "{MasterStdCInterfaces}" -I "{MasterModernInterfaces}" -I "{MasterSOMInterfaces}" 
  216.  
  217. 68kCIncludeDirs = -I "{PublicCInterfaces}" -I "{MasterStdCInterfaces}" -I "{MasterModernInterfaces}" -I "{MasterSOMInterfaces}" 
  218.  
  219. ROptions = {CustomRezOptions} 
  220.  
  221. RIncludeDirs = -I "{MasterRInterfaces}"
  222.  
  223. all    ƒ {TARGETS}
  224.  
  225. "{TargSys7ApplicationsDir}SimpleText.68k"    ƒƒ {NRForceRezRebuild} {NRBuildFilePath}BuildFile {NRCodeCoverage} {RES_00} ∂
  226.         "{MasterRInterfaces}Types.r" "{MasterRInterfaces}SysTypes.r" ∂
  227.         "{MasterRInterfaces}BalloonTypes.r" SimpleText.h Localize.r AboutBox.h ∂
  228.         AboutBox.r Clipboard.h Clipboard.r PICTFile.h PICTFile.r MovieFile.h ∂
  229.         MovieFile.r TextFile.h TextFile.r GXFile.h GXFile.r ThreeDMetafile.h ∂
  230.         ThreeDMetafile.r
  231.     {REZ} {UserRezOptions} {ROptions} {RIncludeDirs} -o {Targ} {RES_00}
  232.  
  233. "{TargSys7ApplicationsDir}SimpleText.68k"    ƒƒ {NRForceObjectRebuild} {NRBuildFilePath}BuildFile {NRCodeCoverage} {RES_00} ∂
  234.         {OBJS_00} {LIBS_00} ∂
  235.         "{MasterRInterfaces}Types.r" "{MasterRInterfaces}SysTypes.r" ∂
  236.         "{MasterRInterfaces}BalloonTypes.r" SimpleText.h Localize.r AboutBox.h ∂
  237.         AboutBox.r Clipboard.h Clipboard.r PICTFile.h PICTFile.r MovieFile.h ∂
  238.         MovieFile.r TextFile.h TextFile.r GXFile.h GXFile.r ThreeDMetafile.h ∂
  239.         ThreeDMetafile.r
  240.     {NR68KLink} -t APPL -c ttxt {68KUserLinkOptions} {68KLINKOPTS} -o {Targ} {OBJS_00} {LIBS_00} {NRCodeCoverage68KLinkOptions} > {Targ}.map
  241.  
  242.  
  243. SimpleText68k    ƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {EXDEPS_01}
  244.     
  245.  
  246.  
  247. "{NRObjectDir}SimpleText.xcoff"    ƒƒ {NRForceRezRebuild} {NRBuildFilePath}BuildFile {NRCodeCoverage} {RES_02} {EXDEPS_02} ∂
  248.         "{MasterRInterfaces}Types.r" "{MasterRInterfaces}SysTypes.r" ∂
  249.         "{MasterRInterfaces}BalloonTypes.r" SimpleText.h Localize.r AboutBox.h ∂
  250.         AboutBox.r Clipboard.h Clipboard.r PICTFile.h PICTFile.r MovieFile.h ∂
  251.         MovieFile.r TextFile.h TextFile.r GXFile.h GXFile.r ThreeDMetafile.h ∂
  252.         ThreeDMetafile.r
  253.     {REZ} {UserRezOptions} {ROptions} {RIncludeDirs} -o {Targ} {RES_02}
  254.  
  255. "{NRObjectDir}SimpleText.xcoff"    ƒƒ {NRForceObjectRebuild} {NRBuildFilePath}BuildFile {NRCodeCoverage} {RES_02} {OBJS_02} ∂
  256.         {LIBS_02} {EXDEPS_02} ∂
  257.         "{MasterRInterfaces}Types.r" "{MasterRInterfaces}SysTypes.r" ∂
  258.         "{MasterRInterfaces}BalloonTypes.r" SimpleText.h Localize.r AboutBox.h ∂
  259.         AboutBox.r Clipboard.h Clipboard.r PICTFile.h PICTFile.r MovieFile.h ∂
  260.         MovieFile.r TextFile.h TextFile.r GXFile.h GXFile.r ThreeDMetafile.h ∂
  261.         ThreeDMetafile.r
  262.     {NRPPCLink} -e main {PPCUserLinkOptions} {PPCLINKOPTS} -o {Targ} {OBJS_02} {LIBS_02} {NRCodeCoveragePPCLinkOptions}
  263.  
  264.  
  265. "{TargSys7ApplicationsDir}SimpleText.PPC"    ƒƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {LIBS_03}
  266.     {PefConverter} "{NRObjectDir}SimpleText.xcoff" -l QuickDrawGXLib.xcoff=QuickDrawGXLib~ -l QuickTimeLib~ -l DragLib~ -l ThreadsLib~ -l SpeechLib~ {WeakEntries} -o ∂
  267.             {Targ}; MergeFragment -a -c -x -n "SimpleText" {Targ} ; SetFile {Targ} -a Bi -t APPL -c ttxt 
  268.  
  269.  
  270. "{TargSys7ApplicationsDir}SimpleText.PPC"    ƒƒ {NRForceRezRebuild} {NRBuildFilePath}BuildFile {NRCodeCoverage} {RES_04} ∂
  271.         "{MasterRInterfaces}Types.r" "{MasterRInterfaces}SysTypes.r" ∂
  272.         "{MasterRInterfaces}BalloonTypes.r" SimpleText.h Localize.r AboutBox.h ∂
  273.         AboutBox.r Clipboard.h Clipboard.r PICTFile.h PICTFile.r MovieFile.h ∂
  274.         MovieFile.r TextFile.h TextFile.r GXFile.h GXFile.r ThreeDMetafile.h ∂
  275.         ThreeDMetafile.r
  276.     {REZ} {UserRezOptions} {ROptions} {RIncludeDirs} -o {Targ} {RES_04}
  277.  
  278.  
  279. SimpleTextPPC    ƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {EXDEPS_05}
  280.     
  281.  
  282.  
  283. "{TargSys7ApplicationsDir}SimpleText"    ƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {EXDEPS_06}
  284.     Duplicate -y "{TargSys7ApplicationsDir}"SimpleText.PPC {Targ}; Echo "include ∂"{TargSys7ApplicationsDir}SimpleText.68k∂" 'CODE';∂n" | Rez -a -o {Targ}; SetFile ∂
  285.             {Targ} -a Bi -t APPL -c ttxt; Duplicate -y ChangeLog "{TargReleaseNotesDir}SimpleText Release Notes"; 
  286.  
  287.  
  288. SimpleTextFAT    ƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {EXDEPS_07}
  289.     
  290.  
  291.  
  292. "{TargApplicationsDir}SimpleText"    ƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {EXDEPS_08}
  293.     Duplicate -y "{TargSys7ApplicationsDir}"SimpleText.PPC {Targ}; Echo "include ∂"{TargSys7ApplicationsDir}SimpleText.68k∂" 'CODE';∂n" | Rez -a -o {Targ}; SetFile ∂
  294.             {Targ} -a Bi -t APPL -c ttxt; Duplicate -y ChangeLog "{TargReleaseNotesDir}SimpleText Release Notes"; 
  295.  
  296.  
  297. SimpleTextNuKernel    ƒ {NRBuildFilePath}BuildFile {NRCodeCoverage} {EXDEPS_09}
  298.     
  299.  
  300.  
  301.  
  302. clean    ƒ
  303.     {DELETE} {DELETEOPTS} {OBJS_00} {OBJS_02}
  304.  
  305. clobber    ƒ clean
  306.     {DELETE} {DELETEOPTS} {TARGETS}
  307.  
  308. files    ƒ
  309.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} ∂
  310.         Fred:MPW:NRFolder:NRFiles:Make.prefile {OBJS_00} {OBJS_02}
  311.  
  312. print    ƒ
  313.     {PRINT} {PRINTOPTS} {MAKEFILE} Fred:MPW:NRFolder:NRFiles:Make.prefile
  314.  
  315.  
  316. "{NRObjectDir}AboutBox.c.o" ƒ ∂
  317.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  318.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  319.         "{MasterStdCInterfaces}Limits.h" ∂
  320.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  321.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  322.         "{PublicCInterfaces}Errors.h" "{PublicCInterfaces}MachineExceptions.h" ∂
  323.         "{PublicCInterfaces}Timing.h" "{PublicCInterfaces}Kernel.h" ∂
  324.         "{PublicCInterfaces}OrderedItems.h" "{PublicCInterfaces}Patches.h" ∂
  325.         "{PublicCInterfaces}OSUtils.h" "{PublicCInterfaces}Finder.h" ∂
  326.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  327.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  328.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  329.         "{PublicCInterfaces}Resources.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  330.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  331.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  332.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}Fonts.h" ∂
  333.         "{PublicCInterfaces}UserInput.h" "{PublicCInterfaces}Events.h" ∂
  334.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  335.         "{MasterStdCInterfaces}WCharTDef.h" "{MasterStdCInterfaces}stddef.h" ∂
  336.         "{MasterStdCInterfaces}string.h" "{MasterSOMInterfaces}somcorba.h" ∂
  337.         "{MasterSOMInterfaces}somcdev.h" "{MasterSOMInterfaces}somcmpat.h" ∂
  338.         "{MasterSOMInterfaces}somobj.h" "{MasterSOMInterfaces}somcls.h" ∂
  339.         "{MasterSOMInterfaces}somcm.h" "{MasterSOMInterfaces}som.xh" ∂
  340.         "{MasterSOMInterfaces}som.h" "{PublicCInterfaces}HIWindowTypes.h" ∂
  341.         "{PublicCInterfaces}Windows.h" "{PublicCInterfaces}MemAllocators.h" ∂
  342.         "{PublicCInterfaces}AEDataModel.h" "{PublicCInterfaces}Collections.h" ∂
  343.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}AppleEvents.h" ∂
  344.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  345.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  346.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}LocaleObjects.h" ∂
  347.         "{PublicCInterfaces}HIListTypes.h" "{PublicCInterfaces}TextServices.h" ∂
  348.         "{PublicCInterfaces}TextEdit.h" "{PublicCInterfaces}Dialogs.h" ∂
  349.         "{PublicCInterfaces}AppleTalk.h" "{PublicCInterfaces}Aliases.h" ∂
  350.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  351.         "{PublicCInterfaces}IntlResources.h" "{PublicCInterfaces}Script.h" ∂
  352.         "{PublicCInterfaces}TextParser.h" ∂
  353.         "{PublicCInterfaces}NumberFormatting.h" ∂
  354.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  355.         "{PublicCInterfaces}TextUtils.h" "{PublicCInterfaces}ToolUtils.h" ∂
  356.         "{PublicCInterfaces}SegLoad.h" "{PublicCInterfaces}Traps.h" ∂
  357.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  358.         "{PublicCInterfaces}CMApplication.h" "{PublicCInterfaces}Balloons.h" ∂
  359.         "{PublicCInterfaces}ColorPicker.h" "{PublicCInterfaces}Packages.h" ∂
  360.         "{MasterStdCInterfaces}Math.h" "{PublicCInterfaces}Palettes.h" ∂
  361.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}DeskBus.h" ∂
  362.         "{MasterStdCInterfaces}StdLib.h" "{PublicCInterfaces}Strings.h" ∂
  363.         "{MasterStdCInterfaces}SeekDefs.h" "{MasterStdCInterfaces}StdIO.h" ∂
  364.         "{PublicCInterfaces}Sound.h" "{PublicCInterfaces}DiskInit.h" ∂
  365.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}CodeFragments.h" ∂
  366.         "{PublicCInterfaces}Folders.h" "{PublicCInterfaces}Lists.h" ∂
  367.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  368.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  369.         "{PublicCInterfaces}NameRegistry.h" ∂
  370.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  371.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  372.         "{PublicCInterfaces}SoundInput.h" "{PublicCInterfaces}StandardFile.h" ∂
  373.         "{PublicCInterfaces}ImageCompression.h" ∂
  374.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  375.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  376.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  377.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  378.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}GXEnvironment.h" ∂
  379.         "{PublicCInterfaces}SFNTTypes.h" ∂
  380.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  381.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  382.         "{PublicCInterfaces}GXPrinting.h" AGFile.h MacIncludes.h SimpleText.h ∂
  383.         AboutBox.h
  384.  
  385. "{NRObjectDir}Clipboard.c.o" ƒ ∂
  386.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  387.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  388.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  389.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  390.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  391.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  392.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  393.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  394.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  395.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  396.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  397.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  398.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  399.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  400.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  401.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  402.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  403.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  404.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  405.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  406.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  407.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  408.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  409.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  410.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  411.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  412.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  413.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  414.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  415.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  416.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  417.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  418.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  419.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  420.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  421.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  422.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  423.         "{PublicCInterfaces}NameRegistry.h" ∂
  424.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  425.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  426.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  427.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  428.         "{PublicCInterfaces}ImageCompression.h" ∂
  429.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  430.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  431.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  432.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  433.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  434.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  435.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  436.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  437.         "{PublicCInterfaces}CMApplication.h" ∂
  438.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  439.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  440.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  441.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  442.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  443.         "{PublicCInterfaces}NumberFormatting.h" ∂
  444.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  445.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  446.         Clipboard.h
  447.  
  448. "{NRObjectDir}GXFile.c.o" ƒ ∂
  449.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  450.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  451.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  452.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  453.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  454.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  455.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  456.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  457.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  458.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  459.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  460.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  461.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  462.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  463.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  464.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  465.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  466.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  467.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  468.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  469.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  470.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  471.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  472.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  473.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  474.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  475.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  476.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  477.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  478.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  479.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  480.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  481.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  482.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  483.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  484.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  485.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  486.         "{PublicCInterfaces}NameRegistry.h" ∂
  487.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  488.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  489.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  490.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  491.         "{PublicCInterfaces}ImageCompression.h" ∂
  492.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  493.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  494.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  495.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  496.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  497.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  498.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  499.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  500.         "{PublicCInterfaces}CMApplication.h" ∂
  501.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  502.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  503.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  504.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  505.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  506.         "{PublicCInterfaces}NumberFormatting.h" ∂
  507.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  508.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  509.         GXFile.h
  510.  
  511. "{NRObjectDir}MovieFile.c.o" ƒ ∂
  512.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  513.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  514.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  515.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  516.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  517.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  518.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  519.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  520.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  521.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  522.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  523.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  524.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  525.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  526.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  527.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  528.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  529.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  530.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  531.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  532.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  533.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  534.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  535.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  536.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  537.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  538.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  539.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  540.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  541.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  542.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  543.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  544.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  545.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  546.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  547.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  548.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  549.         "{PublicCInterfaces}NameRegistry.h" ∂
  550.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  551.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  552.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  553.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  554.         "{PublicCInterfaces}ImageCompression.h" ∂
  555.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  556.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  557.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  558.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  559.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  560.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  561.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  562.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  563.         "{PublicCInterfaces}CMApplication.h" ∂
  564.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  565.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  566.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  567.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  568.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  569.         "{PublicCInterfaces}NumberFormatting.h" ∂
  570.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  571.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  572.         MovieFile.h
  573.  
  574. "{NRObjectDir}PICTFile.c.o" ƒ ∂
  575.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  576.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  577.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  578.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  579.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  580.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  581.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  582.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  583.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  584.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  585.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  586.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  587.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  588.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  589.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  590.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  591.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  592.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  593.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  594.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  595.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  596.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  597.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  598.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  599.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  600.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  601.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  602.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  603.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  604.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  605.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  606.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  607.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  608.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  609.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  610.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  611.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  612.         "{PublicCInterfaces}NameRegistry.h" ∂
  613.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  614.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  615.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  616.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  617.         "{PublicCInterfaces}ImageCompression.h" ∂
  618.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  619.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  620.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  621.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  622.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  623.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  624.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  625.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  626.         "{PublicCInterfaces}CMApplication.h" ∂
  627.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  628.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  629.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  630.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  631.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  632.         "{PublicCInterfaces}NumberFormatting.h" ∂
  633.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  634.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  635.         PICTFile.h
  636.  
  637. "{NRObjectDir}SimpleText.c.o" ƒ ∂
  638.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  639.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  640.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  641.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  642.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  643.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  644.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  645.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  646.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  647.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  648.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  649.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  650.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  651.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  652.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  653.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  654.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  655.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  656.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  657.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  658.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  659.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  660.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  661.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  662.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  663.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  664.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  665.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  666.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  667.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  668.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  669.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  670.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  671.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  672.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  673.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  674.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  675.         "{PublicCInterfaces}NameRegistry.h" ∂
  676.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  677.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  678.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  679.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  680.         "{PublicCInterfaces}ImageCompression.h" ∂
  681.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  682.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  683.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  684.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  685.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  686.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  687.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  688.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  689.         "{PublicCInterfaces}CMApplication.h" ∂
  690.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  691.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  692.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  693.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  694.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  695.         "{PublicCInterfaces}NumberFormatting.h" ∂
  696.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  697.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h ∂
  698.         "{PublicCInterfaces}Threads.h" SimpleText.h Clipboard.h
  699.  
  700. "{NRObjectDir}TextDrag.c.o" ƒ ∂
  701.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  702.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  703.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  704.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  705.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  706.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  707.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  708.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  709.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  710.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  711.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  712.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  713.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  714.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  715.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  716.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  717.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  718.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  719.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  720.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  721.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  722.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  723.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  724.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  725.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  726.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  727.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  728.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  729.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  730.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  731.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  732.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  733.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  734.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  735.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  736.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  737.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  738.         "{PublicCInterfaces}NameRegistry.h" ∂
  739.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  740.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  741.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  742.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  743.         "{PublicCInterfaces}ImageCompression.h" ∂
  744.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  745.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  746.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  747.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  748.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  749.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  750.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  751.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  752.         "{PublicCInterfaces}CMApplication.h" ∂
  753.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  754.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  755.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  756.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  757.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  758.         "{PublicCInterfaces}NumberFormatting.h" ∂
  759.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  760.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  761.         TextFile.h
  762.  
  763. "{NRObjectDir}TextFile.c.o" ƒ ∂
  764.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  765.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  766.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  767.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  768.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  769.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  770.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  771.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  772.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  773.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  774.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  775.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  776.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  777.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  778.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  779.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  780.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  781.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  782.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  783.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  784.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  785.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  786.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  787.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  788.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  789.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  790.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  791.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  792.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  793.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  794.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  795.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  796.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  797.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  798.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  799.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  800.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  801.         "{PublicCInterfaces}NameRegistry.h" ∂
  802.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  803.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  804.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  805.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  806.         "{PublicCInterfaces}ImageCompression.h" ∂
  807.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  808.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  809.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  810.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  811.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  812.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  813.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  814.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  815.         "{PublicCInterfaces}CMApplication.h" ∂
  816.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  817.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  818.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  819.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  820.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  821.         "{PublicCInterfaces}NumberFormatting.h" ∂
  822.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  823.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  824.         TextFile.h
  825.  
  826. "{NRObjectDir}ThreeDMetafile.c.o" ƒ ∂
  827.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  828.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  829.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  830.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  831.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  832.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  833.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  834.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  835.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  836.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  837.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  838.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  839.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  840.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  841.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  842.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  843.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  844.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  845.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  846.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  847.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  848.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  849.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  850.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  851.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  852.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  853.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  854.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  855.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  856.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  857.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  858.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  859.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  860.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  861.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  862.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  863.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  864.         "{PublicCInterfaces}NameRegistry.h" ∂
  865.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  866.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  867.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  868.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  869.         "{PublicCInterfaces}ImageCompression.h" ∂
  870.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  871.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  872.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  873.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  874.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  875.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  876.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  877.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  878.         "{PublicCInterfaces}CMApplication.h" ∂
  879.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  880.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  881.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  882.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  883.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  884.         "{PublicCInterfaces}NumberFormatting.h" ∂
  885.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  886.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  887.         ThreeDMetafile.h
  888.  
  889.  
  890. "{NRObjectDir}AboutBox.o" ƒ ∂
  891.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  892.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  893.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  894.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  895.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  896.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  897.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  898.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  899.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  900.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  901.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  902.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  903.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  904.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  905.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  906.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  907.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  908.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  909.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  910.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  911.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  912.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  913.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  914.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  915.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  916.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  917.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  918.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  919.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  920.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  921.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  922.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  923.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  924.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  925.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  926.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  927.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  928.         "{PublicCInterfaces}NameRegistry.h" ∂
  929.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  930.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  931.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  932.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  933.         "{PublicCInterfaces}ImageCompression.h" ∂
  934.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  935.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  936.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  937.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  938.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  939.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  940.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  941.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  942.         "{PublicCInterfaces}CMApplication.h" ∂
  943.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  944.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  945.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  946.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  947.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  948.         "{PublicCInterfaces}NumberFormatting.h" ∂
  949.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  950.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  951.         AboutBox.h
  952.  
  953. "{NRObjectDir}Clipboard.o" ƒ ∂
  954.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  955.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  956.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  957.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  958.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  959.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  960.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  961.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  962.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  963.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  964.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  965.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  966.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  967.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  968.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  969.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  970.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  971.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  972.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  973.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  974.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  975.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  976.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  977.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  978.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  979.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  980.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  981.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  982.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  983.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  984.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  985.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  986.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  987.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  988.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  989.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  990.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  991.         "{PublicCInterfaces}NameRegistry.h" ∂
  992.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  993.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  994.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  995.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  996.         "{PublicCInterfaces}ImageCompression.h" ∂
  997.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  998.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  999.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1000.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1001.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1002.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1003.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1004.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1005.         "{PublicCInterfaces}CMApplication.h" ∂
  1006.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1007.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1008.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1009.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1010.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1011.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1012.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1013.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1014.         Clipboard.h
  1015.  
  1016. "{NRObjectDir}GXFile.o" ƒ ∂
  1017.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1018.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1019.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1020.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1021.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1022.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1023.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1024.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1025.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1026.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1027.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1028.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1029.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1030.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1031.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1032.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1033.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1034.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1035.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1036.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1037.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1038.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1039.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1040.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1041.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1042.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1043.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1044.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1045.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1046.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1047.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1048.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1049.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1050.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1051.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1052.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1053.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1054.         "{PublicCInterfaces}NameRegistry.h" ∂
  1055.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1056.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1057.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1058.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1059.         "{PublicCInterfaces}ImageCompression.h" ∂
  1060.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1061.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1062.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1063.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1064.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1065.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1066.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1067.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1068.         "{PublicCInterfaces}CMApplication.h" ∂
  1069.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1070.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1071.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1072.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1073.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1074.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1075.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1076.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1077.         GXFile.h
  1078.  
  1079. "{NRObjectDir}MovieFile.o" ƒ ∂
  1080.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1081.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1082.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1083.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1084.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1085.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1086.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1087.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1088.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1089.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1090.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1091.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1092.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1093.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1094.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1095.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1096.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1097.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1098.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1099.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1100.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1101.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1102.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1103.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1104.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1105.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1106.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1107.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1108.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1109.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1110.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1111.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1112.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1113.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1114.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1115.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1116.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1117.         "{PublicCInterfaces}NameRegistry.h" ∂
  1118.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1119.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1120.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1121.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1122.         "{PublicCInterfaces}ImageCompression.h" ∂
  1123.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1124.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1125.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1126.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1127.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1128.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1129.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1130.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1131.         "{PublicCInterfaces}CMApplication.h" ∂
  1132.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1133.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1134.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1135.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1136.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1137.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1138.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1139.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1140.         MovieFile.h
  1141.  
  1142. "{NRObjectDir}PICTFile.o" ƒ ∂
  1143.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1144.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1145.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1146.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1147.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1148.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1149.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1150.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1151.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1152.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1153.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1154.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1155.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1156.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1157.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1158.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1159.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1160.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1161.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1162.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1163.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1164.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1165.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1166.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1167.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1168.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1169.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1170.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1171.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1172.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1173.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1174.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1175.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1176.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1177.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1178.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1179.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1180.         "{PublicCInterfaces}NameRegistry.h" ∂
  1181.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1182.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1183.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1184.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1185.         "{PublicCInterfaces}ImageCompression.h" ∂
  1186.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1187.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1188.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1189.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1190.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1191.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1192.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1193.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1194.         "{PublicCInterfaces}CMApplication.h" ∂
  1195.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1196.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1197.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1198.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1199.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1200.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1201.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1202.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1203.         PICTFile.h
  1204.  
  1205. "{NRObjectDir}SimpleText.o" ƒ ∂
  1206.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1207.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1208.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1209.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1210.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1211.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1212.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1213.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1214.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1215.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1216.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1217.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1218.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1219.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1220.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1221.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1222.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1223.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1224.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1225.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1226.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1227.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1228.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1229.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1230.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1231.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1232.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1233.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1234.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1235.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1236.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1237.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1238.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1239.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1240.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1241.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1242.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1243.         "{PublicCInterfaces}NameRegistry.h" ∂
  1244.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1245.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1246.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1247.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1248.         "{PublicCInterfaces}ImageCompression.h" ∂
  1249.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1250.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1251.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1252.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1253.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1254.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1255.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1256.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1257.         "{PublicCInterfaces}CMApplication.h" ∂
  1258.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1259.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1260.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1261.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1262.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1263.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1264.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1265.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h ∂
  1266.         "{PublicCInterfaces}Threads.h" SimpleText.h Clipboard.h
  1267.  
  1268. "{NRObjectDir}TextDrag.o" ƒ ∂
  1269.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1270.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1271.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1272.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1273.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1274.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1275.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1276.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1277.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1278.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1279.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1280.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1281.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1282.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1283.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1284.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1285.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1286.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1287.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1288.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1289.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1290.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1291.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1292.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1293.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1294.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1295.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1296.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1297.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1298.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1299.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1300.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1301.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1302.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1303.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1304.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1305.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1306.         "{PublicCInterfaces}NameRegistry.h" ∂
  1307.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1308.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1309.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1310.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1311.         "{PublicCInterfaces}ImageCompression.h" ∂
  1312.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1313.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1314.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1315.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1316.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1317.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1318.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1319.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1320.         "{PublicCInterfaces}CMApplication.h" ∂
  1321.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1322.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1323.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1324.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1325.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1326.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1327.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1328.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1329.         TextFile.h
  1330.  
  1331. "{NRObjectDir}TextFile.o" ƒ ∂
  1332.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1333.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1334.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1335.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1336.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1337.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1338.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1339.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1340.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1341.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1342.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1343.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1344.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1345.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1346.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1347.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1348.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1349.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1350.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1351.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1352.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1353.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1354.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1355.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1356.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1357.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1358.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1359.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1360.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1361.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1362.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1363.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1364.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1365.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1366.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1367.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1368.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1369.         "{PublicCInterfaces}NameRegistry.h" ∂
  1370.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1371.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1372.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1373.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1374.         "{PublicCInterfaces}ImageCompression.h" ∂
  1375.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1376.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1377.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1378.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1379.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1380.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1381.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1382.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1383.         "{PublicCInterfaces}CMApplication.h" ∂
  1384.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1385.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1386.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1387.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1388.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1389.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1390.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1391.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1392.         TextFile.h
  1393.  
  1394. "{NRObjectDir}ThreeDMetafile.o" ƒ ∂
  1395.         "{MasterStdCInterfaces}NullDef.h" "{MasterStdCInterfaces}SizeTDef.h" ∂
  1396.         "{MasterStdCInterfaces}VaListTDef.h" "{MasterStdCInterfaces}StdArg.h" ∂
  1397.         "{PublicCInterfaces}ConditionalMacros.h" "{PublicCInterfaces}Types.h" ∂
  1398.         "{PublicCInterfaces}Strings.h" "{MasterStdCInterfaces}SeekDefs.h" ∂
  1399.         "{MasterStdCInterfaces}StdIO.h" "{PublicCInterfaces}Errors.h" ∂
  1400.         "{PublicCInterfaces}MixedMode.h" "{PublicCInterfaces}Memory.h" ∂
  1401.         "{PublicCInterfaces}Components.h" "{PublicCInterfaces}Sound.h" ∂
  1402.         "{PublicCInterfaces}MachineExceptions.h" "{PublicCInterfaces}Timing.h" ∂
  1403.         "{PublicCInterfaces}Kernel.h" "{PublicCInterfaces}OrderedItems.h" ∂
  1404.         "{PublicCInterfaces}Patches.h" "{PublicCInterfaces}OSUtils.h" ∂
  1405.         "{PublicCInterfaces}MemAllocators.h" "{PublicCInterfaces}Collections.h" ∂
  1406.         "{PublicCInterfaces}Notification.h" "{PublicCInterfaces}ScriptLayout.h" ∂
  1407.         "{PublicCInterfaces}QuickdrawText.h" "{PublicCInterfaces}QuickDraw.h" ∂
  1408.         "{PublicCInterfaces}FixMath.h" "{PublicCInterfaces}GXMath.h" ∂
  1409.         "{PublicCInterfaces}GXTypes.h" "{PublicCInterfaces}UserInput.h" ∂
  1410.         "{PublicCInterfaces}Events.h" "{PublicCInterfaces}AEDataModel.h" ∂
  1411.         "{PublicCInterfaces}AppleEvents.h" "{PublicCInterfaces}DiskInit.h" ∂
  1412.         "{PublicCInterfaces}Retrace.h" "{PublicCInterfaces}Finder.h" ∂
  1413.         "{PublicCInterfaces}Files.h" "{PublicCInterfaces}TextCommon.h" ∂
  1414.         "{PublicCInterfaces}Unicode.h" "{PublicCInterfaces}TextObjects.h" ∂
  1415.         "{PublicCInterfaces}Math64.h" "{PublicCInterfaces}FileManagerTypes.h" ∂
  1416.         "{PublicCInterfaces}CodeFragments.h" "{PublicCInterfaces}Folders.h" ∂
  1417.         "{PublicCInterfaces}Menus.h" "{PublicCInterfaces}Controls.h" ∂
  1418.         "{PublicCInterfaces}Lists.h" "{MasterStdCInterfaces}WCharTDef.h" ∂
  1419.         "{MasterStdCInterfaces}stddef.h" "{MasterStdCInterfaces}string.h" ∂
  1420.         "{MasterSOMInterfaces}somcorba.h" "{MasterSOMInterfaces}somcdev.h" ∂
  1421.         "{MasterSOMInterfaces}somcmpat.h" "{MasterSOMInterfaces}somobj.h" ∂
  1422.         "{MasterSOMInterfaces}somcls.h" "{MasterSOMInterfaces}somcm.h" ∂
  1423.         "{MasterSOMInterfaces}som.xh" "{MasterSOMInterfaces}som.h" ∂
  1424.         "{PublicCInterfaces}HIWindowTypes.h" "{PublicCInterfaces}Windows.h" ∂
  1425.         "{PublicCInterfaces}IOIterator.h" "{PublicCInterfaces}InputDevices.h" ∂
  1426.         "{PublicCInterfaces}Keyboard.h" "{PublicCInterfaces}AERegistry.h" ∂
  1427.         "{PublicCInterfaces}LocaleObjects.h" "{PublicCInterfaces}HIListTypes.h" ∂
  1428.         "{PublicCInterfaces}TextServices.h" "{PublicCInterfaces}TextEdit.h" ∂
  1429.         "{PublicCInterfaces}Dialogs.h" "{PublicCInterfaces}AppleTalk.h" ∂
  1430.         "{PublicCInterfaces}CTBUtilities.h" "{PublicCInterfaces}Gestalt.h" ∂
  1431.         "{PublicCInterfaces}FileManager.h" "{PublicCInterfaces}Scrap.h" ∂
  1432.         "{PublicCInterfaces}NameRegistry.h" ∂
  1433.         "{PublicCInterfaces}DriverFamilyMatching.h" ∂
  1434.         "{PublicCInterfaces}Devices.h" "{PublicCInterfaces}Video.h" ∂
  1435.         "{PublicCInterfaces}Aliases.h" "{PublicCInterfaces}SoundInput.h" ∂
  1436.         "{PublicCInterfaces}QDOffscreen.h" "{PublicCInterfaces}StandardFile.h" ∂
  1437.         "{PublicCInterfaces}ImageCompression.h" ∂
  1438.         "{PublicCInterfaces}MediaHandlers.h" "{PublicCInterfaces}Movies.h" ∂
  1439.         "{PublicCInterfaces}Printing.h" "{PublicCInterfaces}Balloons.h" ∂
  1440.         "{PublicCInterfaces}Drag.h" "{PublicCInterfaces}TSMTE.h" ∂
  1441.         "{PublicCInterfaces}AppleGuide.h" "{PublicCInterfaces}Speech.h" ∂
  1442.         "{PublicCInterfaces}OCE.h" "{PublicCInterfaces}Icons.h" ∂
  1443.         "{PublicCInterfaces}Fonts.h" "{PublicCInterfaces}Resources.h" ∂
  1444.         "{PublicCInterfaces}LowMem.h" "{PublicCInterfaces}GXErrors.h" ∂
  1445.         "{PublicCInterfaces}GXGraphics.h" "{PublicCInterfaces}CMICCProfile.h" ∂
  1446.         "{PublicCInterfaces}CMApplication.h" ∂
  1447.         "{PublicCInterfaces}GXEnvironment.h" "{PublicCInterfaces}SFNTTypes.h" ∂
  1448.         "{PublicCInterfaces}ScalerStreamTypes.h" "{PublicCInterfaces}GXFonts.h" ∂
  1449.         "{PublicCInterfaces}GXLayout.h" "{PublicCInterfaces}GXMessages.h" ∂
  1450.         "{PublicCInterfaces}GXPrinting.h" "{PublicCInterfaces}IntlResources.h" ∂
  1451.         "{PublicCInterfaces}Script.h" "{PublicCInterfaces}TextParser.h" ∂
  1452.         "{PublicCInterfaces}NumberFormatting.h" ∂
  1453.         "{PublicCInterfaces}TimeObjects.h" "{PublicCInterfaces}StringCompare.h" ∂
  1454.         "{PublicCInterfaces}TextUtils.h" AGFile.h MacIncludes.h SimpleText.h ∂
  1455.         ThreeDMetafile.h
  1456.